Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Apache Xerces - 242 results found.
NameDescriptionTypePackageFramework
AbstractViewA base interface that all views shall derive from.Interfaceorg.w3c.dom.viewsApache Xerces
AttrThe Attr interface represents an attribute in an Element object.Interfaceorg.w3c.domApache Xerces
AttributeFields inherited from interface javax.Interfacejavax.xml.stream.eventsApache Xerces
AttributeListInterface for an element's attribute specifications.Interfaceorg.xml.saxApache Xerces
AttributeListImplDefault implementation for AttributeList.Classorg.xml.sax.helpersApache Xerces
AttributesInterface for a list of XML attributes.Interfaceorg.xml.saxApache Xerces
Attributes2SAX2 extension to augment the per-attribute information provided though Attributes.Interfaceorg.xml.sax.extApache Xerces
Attributes2ImplSAX2 extension helper for additional Attributes information, implementing the Attributes2 interface.Classorg.xml.sax.extApache Xerces
AttributesImplDefault implementation of the Attributes interface.Classorg.xml.sax.helpersApache Xerces
CDATASectionCDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.Interfaceorg.w3c.domApache Xerces
CharacterDataThe CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.Interfaceorg.w3c.domApache Xerces
CharactersFields inherited from interface javax.Interfacejavax.xml.stream.eventsApache Xerces
CommentFields inherited from interface javax.Interfacejavax.xml.stream.eventsApache Xerces
CommentThis interface inherits from CharacterData and represents the content of a comment, i.Interfaceorg.w3c.domApache Xerces
ContentHandlerReceive notification of the logical content of a document.Interfaceorg.xml.saxApache Xerces
DatatypeConfigurationExceptionIndicates a serious configuration error.Classjavax.xml.datatypeApache Xerces
DatatypeConstantsUtility class to contain basic Datatype values as constants.Classjavax.xml.datatypeApache Xerces
DatatypeFactoryFactory that creates new javax.Classjavax.xml.datatypeApache Xerces
DeclHandlerSAX2 extension handler for DTD declaration events.Interfaceorg.xml.sax.extApache Xerces
DefaultHandlerDefault base class for SAX2 event handlers.Classorg.xml.sax.helpersApache Xerces
DefaultHandler2This class extends the SAX2 base handler class to support the SAX2 LexicalHandler, DeclHandler, andClassorg.xml.sax.extApache Xerces
DocumentThe Document interface represents the entire HTML or XML document.Interfaceorg.w3c.domApache Xerces
DocumentBuilderDefines the API to obtain DOM Document instances from an XML document.Classjavax.xml.parsersApache Xerces
DocumentBuilderFactoryDefines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents.Classjavax.xml.parsersApache Xerces
DocumentEventThe DocumentEvent interface provides a mechanism by which the user can create an Event of a type supported by the implementation.Interfaceorg.w3c.dom.eventsApache Xerces
DocumentFragmentDocumentFragment is a lightweight or minimal Document object.Interfaceorg.w3c.domApache Xerces
DocumentHandlerReceive notification of general document events.Interfaceorg.xml.saxApache Xerces
DocumentRangeSee also the Document Object Model (DOM) Level 2 Traversal and Range Specification.Interfaceorg.w3c.dom.rangesApache Xerces
DocumentTraversalDocumentTraversal contains methods that create NodeIterators and TreeWalkers to traverse a Interfaceorg.w3c.dom.traversalApache Xerces
DocumentTypeEach Document has a doctype attribute whose value is either null or a DocumentType object.Interfaceorg.w3c.domApache Xerces
DocumentViewThe DocumentView interface is implemented by Document objects in DOM implementations supporting DOM Interfaceorg.w3c.dom.viewsApache Xerces
DOMConfigurationThe DOMConfiguration interface represents the configuration of a document and maintains a table of recognized parameters.Interfaceorg.w3c.domApache Xerces
DOMErrorDOMError is an interface that describes an error.Interfaceorg.w3c.domApache Xerces
DOMErrorHandlerDOMErrorHandler is a callback interface that the DOM implementation can call when reporting errors that happens while Interfaceorg.w3c.domApache Xerces
DOMExceptionDOM operations only raise exceptions in exceptional circumstances, i.Classorg.w3c.domApache Xerces
DOMImplementationThe DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance Interfaceorg.w3c.domApache Xerces
DOMImplementationListThe DOMImplementationList interface provides the abstraction of an ordered collection of DOM implementations, without defining or Interfaceorg.w3c.domApache Xerces
DOMImplementationLSDOMImplementationLS contains the factory methods for creating Load and Save objects.Interfaceorg.w3c.dom.lsApache Xerces
DOMImplementationRegistryA factory that enables applications to obtain instances of // get an instance of the DOMImplementation registryClassorg.w3c.dom.bootstrapApache Xerces
DOMImplementationSourceThis interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified Interfaceorg.w3c.domApache Xerces
DOMLocatorIndicates the position of a node in a source DOM, intended primarily for error reporting.Interfacejavax.xml.transform.domApache Xerces
DOMLocatorDOMLocator is an interface that describes a location (e.Interfaceorg.w3c.domApache Xerces
DOMResultActs as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree.Classjavax.xml.transform.domApache Xerces
DOMSourceActs as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree.Classjavax.xml.transform.domApache Xerces
DOMStringListThe DOMStringList interface provides the abstraction of an ordered collection of DOMString values, without defining or Interfaceorg.w3c.domApache Xerces
DTDFields inherited from interface javax.Interfacejavax.xml.stream.eventsApache Xerces
DTDHandlerReceive notification of basic DTD-related events.Interfaceorg.xml.saxApache Xerces
DurationImmutable representation of a time span as defined in the W3C XML Schema 1.Classjavax.xml.datatypeApache Xerces
ElementThe Element interface represents an element in an HTML or XML document.Interfaceorg.w3c.domApache Xerces
ElementTraversalThe ElementTraversal interface is a set of read-only attributes which allow an author to easily navigate between elements in a document.Interfaceorg.w3c.domApache Xerces
EndDocumentFields inherited from interface javax.Interfacejavax.xml.stream.eventsApache Xerces
EndElementFields inherited from interface javax.Interfacejavax.xml.stream.eventsApache Xerces
EntityThis interface represents a known entity, either parsed or unparsed, in an XML document.Interfaceorg.w3c.domApache Xerces
EntityDeclarationFields inherited from interface javax.Interfacejavax.xml.stream.eventsApache Xerces
EntityReferenceFields inherited from interface javax.Interfacejavax.xml.stream.eventsApache Xerces
EntityReferenceEntityReference nodes may be used to represent an entity reference in the tree.Interfaceorg.w3c.domApache Xerces
EntityResolverBasic interface for resolving entities.Interfaceorg.xml.saxApache Xerces
EntityResolver2 sources, or providing a missing external subset.Interfaceorg.xml.sax.extApache Xerces
ErrorHandlerBasic interface for SAX error handlers.Interfaceorg.xml.saxApache Xerces
ErrorListenerTo provide customized error handling, implement this interface and use the setErrorListener method to register an instance of theInterfacejavax.xml.transformApache Xerces
EventThe Event interface is used to provide contextual information about an event to the handler processing the event.Interfaceorg.w3c.dom.eventsApache Xerces
EventExceptionEvent operations may throw an EventException as specified in their method descriptions.Classorg.w3c.dom.eventsApache Xerces
EventListenerThe EventListener interface is the primary method for handling events.Interfaceorg.w3c.dom.eventsApache Xerces
EventReaderDelegateClassjavax.xml.stream.utilApache Xerces
EventTargetThe EventTarget interface is implemented by all Nodes in an implementation which supports the DOM Event Interfaceorg.w3c.dom.eventsApache Xerces
FactoryConfigurationErrorThrown when a problem with configuration with the Parser Factories exists.Classjavax.xml.parsersApache Xerces
FactoryConfigurationErrorSee Also:Serialized FormConstructor SummaryFactoryConfigurationError()Classjavax.xml.streamApache Xerces
HandlerBaseDefault base class for handlers.Classorg.xml.saxApache Xerces
HTMLAnchorElementThe anchor element.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLAppletElementAn embedded Java applet.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLAreaElementClient-side image map area definition.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLBaseElementDocument base URI.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLBaseFontElementBase font.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLBodyElementThe HTML document body.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLBRElementForce a line break.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLButtonElementPush button.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLCollectionAn HTMLCollection is a list of nodes.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLDirectoryElementDirectory list.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLDivElementGeneric block container.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLDListElementDefinition list.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLDocumentAn HTMLDocument is the root of the HTML hierarchy andholds the entire content.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLDOMImplementationThe HTMLDOMImplementation interface extends the DOMImplementation interface with a method for creating an Interfaceorg.w3c.dom.htmlApache Xerces
HTMLElementAll HTML element interfaces derive from this class.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLFieldSetElementOrganizes form controls into logical groups.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLFontElementLocal change to font.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLFormElementThe FORM element encompasses behavior similar to acollection and an element.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLFrameElementCreate a frame.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLFrameSetElementCreate a grid of frames.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLHeadElementDocument head information.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLHeadingElementFor the H1 to H6 elements.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLHRElementCreate a horizontal rule.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLHtmlElementRoot of an HTML document.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLIFrameElementInline subwindows.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLImageElementEmbedded image.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLInputElementForm control.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLIsIndexElementThis element is usedfor single-line text input.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLLabelElementForm field label text.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLLegendElementProvides a caption for a FIELDSET grouping.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLLIElementList item.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLLinkElementThe LINK element specifies a link to an externalresource, and defines this document's relationship to that resource(or vice versa).Interfaceorg.w3c.dom.htmlApache Xerces
HTMLMapElementClient-side image map.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLMenuElementMenu list.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLMetaElementThis contains generic meta-information about the document.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLModElementNotice of modification to part of a document.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLObjectElementGeneric embedded object.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLOListElementOrdered list.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLOptGroupElementGroup options together in logical subdivisions.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLOptionElementA selectable choice.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLParagraphElementParagraphs.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLParamElementParameters fed to the OBJECT element.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLPreElementPreformatted text.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLQuoteElementFor the Q and BLOCKQUOTE elements.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLScriptElementScript statements.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLSelectElementThe select element allows the selection of an option.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLStyleElementStyle information.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLTableCaptionElementTable caption See the CAPTION element definition in HTML 4.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLTableCellElementThe object used to represent the TH and TD elements.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLTableColElementRegroups the COL and COLGROUP elements.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLTableElementThe create* and delete* methods on the table allow authors to constructand modify tables.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLTableRowElementA row in a table.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLTableSectionElementThe THEAD, TFOOT, and TBODYelements.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLTextAreaElementMulti-line text field.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLTitleElementThe document title.Interfaceorg.w3c.dom.htmlApache Xerces
HTMLUListElementUnordered list.Interfaceorg.w3c.dom.htmlApache Xerces
InputSourceA single input source for an XML entity.Classorg.xml.saxApache Xerces
LexicalHandlerSAX2 extension handler for lexical events.Interfaceorg.xml.sax.extApache Xerces
LocationInterfacejavax.xml.streamApache Xerces
LocatorInterface for associating a SAX event with a document location.Interfaceorg.xml.saxApache Xerces
Locator2SAX2 extension to augment the entity information provided If an implementation supports this extension, the LocatorInterfaceorg.xml.sax.extApache Xerces
Locator2ImplSAX2 extension helper for holding additional Entity information, implementing the Locator2 interface.Classorg.xml.sax.extApache Xerces
LocatorImplProvide an optional convenience implementation of Locator.Classorg.xml.sax.helpersApache Xerces
LSExceptionParser or write operations may throw an LSException if the processing is stopped.Classorg.w3c.dom.lsApache Xerces
LSInputThis interface represents an input source for data.Interfaceorg.w3c.dom.lsApache Xerces
LSLoadEventThis interface represents a load event object that signals the completion of a document load.Interfaceorg.w3c.dom.lsApache Xerces
LSOutputThis interface represents an output destination for data.Interfaceorg.w3c.dom.lsApache Xerces
LSParserAn interface to an object that is able to build, or augment, a DOM tree from various input sources.Interfaceorg.w3c.dom.lsApache Xerces
LSParserFilterLSParserFilters provide applications the ability to examine nodes as they are being constructed while parsing.Interfaceorg.w3c.dom.lsApache Xerces
LSProgressEventThis interface represents a progress event object that notifies the application about progress as a document is parsed.Interfaceorg.w3c.dom.lsApache Xerces
LSResourceResolverLSResourceResolver provides a way for applications to redirect references to external resources.Interfaceorg.w3c.dom.lsApache Xerces
LSSerializerA LSSerializer provides an API for serializing (writing) a DOM document out into XML.Interfaceorg.w3c.dom.lsApache Xerces
LSSerializerFilterLSSerializerFilters provide applications the ability to examine nodes as they are being serialized and decide what nodes should Interfaceorg.w3c.dom.lsApache Xerces
MouseEventThe MouseEvent interface provides specific contextual information associated with Mouse events.Interfaceorg.w3c.dom.eventsApache Xerces
MutationEventThe MutationEvent interface provides specific contextual information associated with Mutation events.Interfaceorg.w3c.dom.eventsApache Xerces
NamedNodeMapObjects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name.Interfaceorg.w3c.domApache Xerces
NameListThe NameList interface provides the abstraction of an ordered collection of parallel pairs of name and namespace values (which could be Interfaceorg.w3c.domApache Xerces
NamespaceFields inherited from interface javax.Interfacejavax.xml.stream.eventsApache Xerces
NamespaceContextInterface for read only XML Namespace context processing.Interfacejavax.xml.namespaceApache Xerces
NamespaceSupportEncapsulate Namespace logic for use by applications using SAX, or internally by SAX drivers.Classorg.xml.sax.helpersApache Xerces
NodeThe Node interface is the primary datatype for the entire Document Object Model.Interfaceorg.w3c.domApache Xerces
NodeFilterFilters are objects that know how to filter out nodes.Interfaceorg.w3c.dom.traversalApache Xerces
NodeIteratorNodeIterators are used to step through a set of nodes, e.Interfaceorg.w3c.dom.traversalApache Xerces
NodeListThe NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection Interfaceorg.w3c.domApache Xerces
NotationThis interface represents a notation declared in the DTD.Interfaceorg.w3c.domApache Xerces
NotationDeclarationFields inherited from interface javax.Interfacejavax.xml.stream.eventsApache Xerces
OutputKeysProvides string constants that can be used to set output properties for a Transformer, or to retrieveClassjavax.xml.transformApache Xerces
ParserBasic interface for SAX (Simple API for XML) parsers.Interfaceorg.xml.saxApache Xerces
ParserAdapterAdapt a SAX1 Parser as a SAX2 XMLReader.Classorg.xml.sax.helpersApache Xerces
ParserConfigurationExceptionIndicates a serious configuration error.Classjavax.xml.parsersApache Xerces
ParserFactoryJava-specific class for dynamically loading SAX parsers.Classorg.xml.sax.helpersApache Xerces
ProcessingInstructionFields inherited from interface javax.Interfacejavax.xml.stream.eventsApache Xerces
ProcessingInstructionThe ProcessingInstruction interface represents a processing instruction, used in XML as a way to keep processor-specific information Interfaceorg.w3c.domApache Xerces
QNameQName represents a qualified name as defined in the XML specifications: XML Schema Part2:Classjavax.xml.namespaceApache Xerces
RangeSee also the Document Object Model (DOM) Level 2 Traversal and Range Specification.Interfaceorg.w3c.dom.rangesApache Xerces
RangeExceptionRange operations may throw a RangeException as specified in their method descriptions.Classorg.w3c.dom.rangesApache Xerces
ResultAn object that implements this interface contains the information needed to build a transformation result tree.Interfacejavax.xml.transformApache Xerces
SAXExceptionEncapsulate a general SAX error or warning.Classorg.xml.saxApache Xerces
SAXNotRecognizedExceptionException class for an unrecognized identifier.Classorg.xml.saxApache Xerces
SAXNotSupportedExceptionException class for an unsupported operation.Classorg.xml.saxApache Xerces
SAXParseExceptionEncapsulate an XML parse error or warning.Classorg.xml.saxApache Xerces
SAXParserDefines the API that wraps an XMLReader implementation class.Classjavax.xml.parsersApache Xerces
SAXParserFactoryDefines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.Classjavax.xml.parsersApache Xerces
SAXResultActs as an holder for a transformation Result.Classjavax.xml.transform.saxApache Xerces
SAXSourceActs as an holder for SAX-style Source.Classjavax.xml.transform.saxApache Xerces
SAXTransformerFactoryThis class extends TransformerFactory to provide SAX-specific factory methods.Classjavax.xml.transform.saxApache Xerces
SchemaImmutable in-memory representation of grammar.Classjavax.xml.validationApache Xerces
SchemaFactoryFactory that creates Schema objects.Classjavax.xml.validationApache Xerces
SchemaFactoryLoaderThis class was removed from JAXP 1.Classjavax.xml.validationApache Xerces
SourceAn object that implements this interface contains the information needed to act as source input (XML source or transformation instructions).Interfacejavax.xml.transformApache Xerces
SourceLocatorThis interface is primarily for the purposes of reporting where an error occurred in the XML source or transformation instructions.Interfacejavax.xml.transformApache Xerces
StartDocumentFields inherited from interface javax.Interfacejavax.xml.stream.eventsApache Xerces
StartElementFields inherited from interface javax.Interfacejavax.xml.stream.eventsApache Xerces
StAXResultClassjavax.xml.transform.staxApache Xerces
StAXSourceClassjavax.xml.transform.staxApache Xerces
StreamFilterInterfacejavax.xml.streamApache Xerces
StreamReaderDelegateFields inherited from interface javax.Classjavax.xml.stream.utilApache Xerces
StreamResultActs as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup.Classjavax.xml.transform.streamApache Xerces
StreamSourceActs as an holder for a transformation Source in the form of a stream of XML markup.Classjavax.xml.transform.streamApache Xerces
TemplatesAn object that implements this interface is the runtime representation of processed transformation instructions.Interfacejavax.xml.transformApache Xerces
TemplatesHandlerA SAX ContentHandler that may be used to process SAX parse events (parsing transformation instructions) into a Templates object.Interfacejavax.xml.transform.saxApache Xerces
TextThe Text interface inherits from CharacterData and represents the textual content (termed character data in XML) of an Element or Attr.Interfaceorg.w3c.domApache Xerces
TransformerAn instance of this abstract class can transform a source tree into a result tree.Classjavax.xml.transformApache Xerces
TransformerConfigurationExceptionIndicates a serious configuration error.Classjavax.xml.transformApache Xerces
TransformerExceptionThis class specifies an exceptional condition that occurred during the transformation process.Classjavax.xml.transformApache Xerces
TransformerFactoryA TransformerFactory instance can be used to create The system property that determines which Factory implementationClassjavax.xml.transformApache Xerces
TransformerFactoryConfigurationErrorThrown when a problem with configuration with the Transformer Factories exists.Classjavax.xml.transformApache Xerces
TransformerHandlerA TransformerHandler listens for SAX ContentHandler parse events and transformsInterfacejavax.xml.transform.saxApache Xerces
TreeWalkerTreeWalker objects are used to navigate a document tree or subtree using the view of the document defined by their Interfaceorg.w3c.dom.traversalApache Xerces
TypeInfoThe TypeInfo interface represents a type referenced from Element or Attr nodes, specified in the schemas Interfaceorg.w3c.domApache Xerces
TypeInfoProviderThis class provides access to the type information determined by ValidatorHandler.Classjavax.xml.validationApache Xerces
UIEventThe UIEvent interface provides specific contextual information associated with User Interface events.Interfaceorg.w3c.dom.eventsApache Xerces
URIResolverAn object that implements this interface that can be called by the processor to turn a URI used in document(), xsl:import, or xsl:include into a Source object.Interfacejavax.xml.transformApache Xerces
UserDataHandlerWhen associating an object to a key on a node using Node.Interfaceorg.w3c.domApache Xerces
ValidatorA processor that checks an XML document against Schema.Classjavax.xml.validationApache Xerces
ValidatorHandlerStreaming validator that works on SAX stream.Classjavax.xml.validationApache Xerces
XMLConstantsUtility class to contain basic XML values as constants.Classjavax.xmlApache Xerces
XMLEventFields inherited from interface javax.Interfacejavax.xml.stream.eventsApache Xerces
XMLEventAllocatorInterfacejavax.xml.stream.utilApache Xerces
XMLEventConsumerInterfacejavax.xml.stream.utilApache Xerces
XMLEventFactoryClassjavax.xml.streamApache Xerces
XMLEventReaderInterfacejavax.xml.streamApache Xerces
XMLEventWriterInterfacejavax.xml.streamApache Xerces
XMLFilterInterface for an XML filter.Interfaceorg.xml.saxApache Xerces
XMLFilterImplBase class for deriving an XML filter.Classorg.xml.sax.helpersApache Xerces
XMLGregorianCalendarRepresentation for W3C XML Schema 1.Classjavax.xml.datatypeApache Xerces
XMLInputFactoryClassjavax.xml.streamApache Xerces
XMLOutputFactoryClassjavax.xml.streamApache Xerces
XMLReaderInterface for reading an XML document using callbacks.Interfaceorg.xml.saxApache Xerces
XMLReaderAdapterAdapt a SAX2 XMLReader as a SAX1 Parser.Classorg.xml.sax.helpersApache Xerces
XMLReaderFactoryFactory for creating an XML reader.Classorg.xml.sax.helpersApache Xerces
XMLReporterInterfacejavax.xml.streamApache Xerces
XMLResolverInterfacejavax.xml.streamApache Xerces
XMLStreamConstantsInterfacejavax.xml.streamApache Xerces
XMLStreamExceptionClassjavax.xml.streamApache Xerces
XMLStreamReaderFields inherited from interface javax.Interfacejavax.xml.streamApache Xerces
XMLStreamWriterInterfacejavax.xml.streamApache Xerces
XPathXPath provides access to the XPath evaluation environment and expressions.Interfacejavax.xml.xpathApache Xerces
XPathConstantsClassjavax.xml.xpathApache Xerces
XPathEvaluatorThe evaluation of XPath expressions is provided by XPathEvaluator.Interfaceorg.w3c.dom.xpathApache Xerces
XPathExceptionXPathException represents a generic XPath exception.Classjavax.xml.xpathApache Xerces
XPathExceptionA new exception has been created for exceptions specific to these XPath See also the Document Object Model (DOM) Level 3 XPath Specification.Classorg.w3c.dom.xpathApache Xerces
XPathExpressionXPathExpression provides access to compiled XPath expressions.Interfacejavax.xml.xpathApache Xerces
XPathExpressionThe XPathExpression interface represents a parsed and resolved See also the Document Object Model (DOM) Level 3 XPath Specification.Interfaceorg.w3c.dom.xpathApache Xerces
XPathExpressionExceptionXPathExpressionException represents an error in an XPath expression.Classjavax.xml.xpathApache Xerces
XPathFactoryAn XPathFactory instance can be used to createSee newInstance(String uri) for lookup mechanism.Classjavax.xml.xpathApache Xerces
XPathFactoryConfigurationExceptionXPathFactoryConfigurationException represents a configuration error in a XPathFactory environment.Classjavax.xml.xpathApache Xerces
XPathFunctionXPathFunction provides access to XPath functions.Interfacejavax.xml.xpathApache Xerces
XPathFunctionExceptionXPathFunctionException represents an error with an XPath function.Classjavax.xml.xpathApache Xerces
XPathFunctionResolverXPathFunctionResolver provides access to the set of user defined XPathFunctions.Interfacejavax.xml.xpathApache Xerces
XPathNamespaceThe XPathNamespace interface is returned by XPathResult interfaces to represent the XPath namespace node Interfaceorg.w3c.dom.xpathApache Xerces
XPathNSResolverThe XPathNSResolver interface permit prefix strings in the expression to be properly bound to Interfaceorg.w3c.dom.xpathApache Xerces
XPathResultThe XPathResult interface represents the result of the evaluation of an XPath 1.Interfaceorg.w3c.dom.xpathApache Xerces
XPathVariableResolverXPathVariableResolver provides access to the set of user defined XPath variables.Interfacejavax.xml.xpathApache Xerces